# | Attribute,A,22 | Values,M,250
|
---|
1 | !important | |
2 | @font-face | font-family=name; url=URL |
3 | @import | <URL> |
4 | background | transparent,repeat,repeat-x,repeat-y,no-repeat,scroll,fixed,left,center,right,top,middle,bottom |
5 | background-attachment | scroll,fixed |
6 | background-color | <Color> |
7 | background-image | <URL> |
8 | background-position | top,center,bottom,left,right |
9 | background-repeat | repeat,repeat-x,repeat-y,no-repeat |
10 | border | <Color> |
11 | border-bottom | <Color> |
12 | border-bottom-color | <Color> |
13 | border-bottom-style | none,dotted,dashed,solid,double,groove,ridge,inset,outset |
14 | border-bottom-width | thin,medium,thick |
15 | border-color | <Color> |
16 | border-left | <Color> |
17 | border-left-color | <Color> |
18 | border-left-style | none,dotted,dashed,solid,double,groove,ridge,inset,outset |
19 | border-left-width | thin,medium,thick |
20 | border-right | <Color> |
21 | border-right-color | <Color> |
22 | border-right-style | none,dotted,dashed,solid,double,groove,ridge,inset,outset |
23 | border-right-width | thin,medium,thick |
24 | border-style | none,dotted,dashed,solid,double,groove,ridge,inset,outset |
25 | border-top | <Color> |
26 | border-top-color | <Color> |
27 | border-top-style | none,dotted,dashed,solid,double,groove,ridge,inset,outset |
28 | border-top-width | thin,medium,thick |
29 | border-width | thin,medium,thick |
30 | clear | none,left,right,both |
31 | clip | rect(top right bottom left),auto |
32 | color | <Color> |
33 | cursor | auto,crosshair,default,hand,move,e-resize,ne-resize,nw-resize,n-resize,se-resize,sw-resize,s-resize,w-resize,text,wait,help |
34 | display | none |
35 | float | left,right,none |
36 | font | <Font> |
37 | font-family | <Font> |
38 | font-size | <Number> |
39 | font-style | normal,italic,oblique |
40 | font-variant | normal,small-caps |
41 | font-weight | normal,bold,bolder,lighter,100,200,300,400,500,600,700,800,900 |
42 | height | <Number> |
43 | left | <Number> |
44 | letter-spacing | <Number> |
45 | line-height | <Number> |
46 | list-style | <URL> |
47 | list-style-image | <URL> |
48 | list-style-position | inside,outside |
49 | list-style-type | disk,circle,square,decimal,lower-roman,upper-roman,lower-alpha,upper-alpha,none |
50 | margin | <Number> |
51 | margin-bottom | <Number> |
52 | margin-left | <Number> |
53 | margin-right | <Number> |
54 | margin-top | <Number> |
55 | overflow | none,clip,scroll |
56 | padding | <Number> |
57 | padding-bottom | <Number> |
58 | padding-left | <Number> |
59 | padding-right | <Number> |
60 | padding-top | <Number> |
61 | page-break-after | |
62 | page-break-before | |
63 | position | absolute,relative,static |
64 | text-align | left,right,center,justify |
65 | text-decoration | none,underline,overline,line-through,blink |
66 | text-indent | <Number> |
67 | text-transform | capitalize,uppercase,lowercase,none |
68 | top | <Number> |
69 | vertical-align | baseline,sub,super,top,text-top,middle,bottom,text-bottom |
70 | visibility | visible,hidden,inherit |
71 | white-space | |
72 | width | <Number> |
73 | word-spacing | |
74 | z-index | <Number>
|